Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the microsoft group in /src/backend with 4 updates #149

Merged
merged 2 commits into from
Jul 16, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 10, 2024

Bumps the microsoft group in /src/backend with 4 updates: Microsoft.AspNetCore.Mvc.Testing, Microsoft.AspNetCore.OpenApi, Microsoft.EntityFrameworkCore.Design and Microsoft.EntityFrameworkCore.SqlServer.

Updates Microsoft.AspNetCore.Mvc.Testing from 8.0.6 to 8.0.7

Updates Microsoft.AspNetCore.OpenApi from 8.0.6 to 8.0.7

Updates Microsoft.EntityFrameworkCore.Design from 8.0.6 to 8.0.7

Updates Microsoft.EntityFrameworkCore.SqlServer from 8.0.6 to 8.0.7

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot requested a review from hwinther as a code owner July 10, 2024 01:46
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Jul 10, 2024
Copy link

github-actions bot commented Jul 10, 2024

✅ Build successful

Copy link

github-actions bot commented Jul 10, 2024

Summary

Summary
Generated on: 07/16/2024 - 22:01:09
Coverage date: 07/16/2024 - 22:01:07
Parser: MultiReport (2x Cobertura)
Assemblies: 1
Classes: 26
Files: 25
Line coverage: 8.7% (66 of 752)
Covered lines: 66
Uncovered lines: 686
Coverable lines: 752
Total lines: 1701
Branch coverage: 11.2% (9 of 80)
Covered branches: 9
Total branches: 80
Method coverage: Feature is only available for sponsors

Coverage

WebApi - 8.7%
Name Line Branch
WebApi 8.7% 11.2%
WebApi.Attributes.DefineConstantsAttribute 0%
WebApi.Controllers.BloggingController 29.7% 12.5%
WebApi.Controllers.SendMessageController 0%
WebApi.Controllers.ServiceController 0%
WebApi.Controllers.WeatherForecastController 100%
WebApi.Database.Blog 0%
WebApi.Database.BlogConfiguration 100%
WebApi.Database.BloggingContext 100%
WebApi.Database.Post 0%
WebApi.Database.PostConfiguration 100%
WebApi.Entities.BlogDto 14.2% 0%
WebApi.Entities.GenericValue`1 0%
WebApi.Entities.PostDto 0% 0%
WebApi.Entities.VersionInformation 0%
WebApi.Entities.WeatherForecast 100%
WebApi.Filters.ValidateModelAttribute 0% 0%
WebApi.Messaging.MessageReceiver 0% 0%
WebApi.Messaging.MessageSender 0% 0%
WebApi.Messaging.RabbitMqHelper 0% 0%
WebApi.Middleware.ExceptionHandlingMiddleware 0% 0%
WebApi.Middleware.ProduceResponseTypeModelProvider 100% 100%
WebApi.Migrations.AddBlogMaxLength 0%
WebApi.Migrations.AddBlogTitleField 0%
WebApi.Migrations.BloggingContextModelSnapshot 0%
WebApi.Migrations.InitialMigration 0%
WebApi.Repository.BloggingRepository 0% 0%
success

Copy link

github-actions bot commented Jul 10, 2024

Code Coverage

Package Line Rate Branch Rate Health
WebApi 9% 11%
Summary 9% (66 / 752) 11% (9 / 80)

@hwinther
Copy link
Owner

@dependabot recreate

@hwinther hwinther force-pushed the dependabot/nuget/src/backend/dev/microsoft-886771cba9 branch from dbb8757 to b527a2a Compare July 16, 2024 21:59
Bumps the microsoft group in /src/backend with 4 updates: Microsoft.AspNetCore.Mvc.Testing, Microsoft.AspNetCore.OpenApi, Microsoft.EntityFrameworkCore.Design and Microsoft.EntityFrameworkCore.SqlServer.


Updates `Microsoft.AspNetCore.Mvc.Testing` from 8.0.6 to 8.0.7

Updates `Microsoft.AspNetCore.OpenApi` from 8.0.6 to 8.0.7

Updates `Microsoft.EntityFrameworkCore.Design` from 8.0.6 to 8.0.7

Updates `Microsoft.EntityFrameworkCore.SqlServer` from 8.0.6 to 8.0.7

---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.Mvc.Testing
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: microsoft
- dependency-name: Microsoft.AspNetCore.OpenApi
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: microsoft
- dependency-name: Microsoft.EntityFrameworkCore.Design
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: microsoft
- dependency-name: Microsoft.EntityFrameworkCore.SqlServer
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: microsoft
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/nuget/src/backend/dev/microsoft-886771cba9 branch from b527a2a to e8aa344 Compare July 16, 2024 21:59
@hwinther hwinther merged commit 16736e3 into dev Jul 16, 2024
6 checks passed
@hwinther hwinther deleted the dependabot/nuget/src/backend/dev/microsoft-886771cba9 branch July 16, 2024 22:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend dependencies Pull requests that update a dependency file .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant